home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / misc / prnf246.zip / README.BAT < prev    next >
DOS Batch File  |  1994-12-19  |  4KB  |  74 lines

  1. @echo off 
  2. echo                            PrnSet & Friends 2.46
  3. echo   
  4. echo  PrnSet is a non-resident universal printer setter.  Print control data live in
  5. echo  file PRNSET.DAT, which can be created and edited on any plain ASCII text edit-
  6. echo  or. You can also print & copy files from PrnSet's menu. For a copy of the man-
  7. echo  ual:  COPY PRNSET.DOC PRN.  PrnSet's "Friends" are a set of utilities to mani-
  8. echo  cure text files for printing.  Also on the disk is a simple ASCII text editor.
  9. echo   
  10. echo  Program files on this disk: 
  11. echo   
  12. echo      PRNSET.EXE    PrnSet program.  Must be on path to work.
  13. echo      PRNSET.DAT    Default data file for PrnSet.  Must be on path.
  14. echo      xxxxxxxx.DAT  Alternative data files to fit various printers.
  15. echo      PRNSERT.EXE   Uses PRNSET.DAT to insert print controls into text.
  16. echo      COUNTPGS.EXE  Count pages, check for bad pagination &c before you print.
  17. echo      PAGINA.EXE    Break file into pages with optional headers & footers.
  18. echo      xxxxxxxx.HDR  Sample header files for Pagina.
  19. echo      MANGLER.EXE   Perform various useful minor surgery on text files.
  20. echo      PRN2BOTH.EXE  Divide file for printing on both sides of the paper.
  21. echo      TERS143B.EXE* Terse, a simple ASCII text editor. 
  22. echo      WHATSNEW      List of changes in P&F versions.
  23. echo   
  24. echo  Copy a DAT file that suits your printer to PRNSET.DAT, edit it, or make your
  25. echo  own.  The programs have manuals in .DOC files.   They tell all.   READ THEM.
  26. pause 
  27. echo   
  28. echo  PrnSet's "Friends" manicure ASCII Text files for printing. Unlike some, they
  29. echo  can handle the bare carriage returns sometimes used to underline & boldface.
  30. echo   
  31. echo  CountPgs gets information about the file:  Number, length, & width of pages;
  32. echo           presence of:  Left Margin, FF's, tabs, bare CR's, high-bit (usually
  33. echo           graphics) characters, misplaced ^Z's, & oversize pages.
  34. echo   
  35. echo  Pagina   breaks an unpaged file into pages, with or w/o headers, footers and
  36. echo           margins.  You get lots of choice about the headers and footers.
  37. echo   
  38. echo  Prn2Both divides a paged file for printing on both sides of the paper (print
  39. echo           odd pages, turn over, & print even pages on the back).  It can make
  40. echo           proper margins and reverse headers & footers if necessary.
  41. echo   
  42. echo  Mangler  Does minor surgery:  insert FF's, add/strip margin, add/strip ter-
  43. echo           minal blanks,  break file into parts,  remove/replace strings, UN-
  44. echo           paginate, reverse order of pages, remove headers and footers, swap
  45. echo           frontsy-backsy around CR's, soften hard returns for wd processor.
  46. echo   
  47. echo  PrnSert  If you put print control instructions into a text file,  using the
  48. echo           same syntax as PrnSet's command  line set,  PrnSert will print the 
  49. echo           file, putting printer symbols in as specified,  using the same DAT
  50. echo           file that PrnSet uses.  (Handy for making labels & such).
  51. pause
  52. echo   
  53. echo  When PrnSet's Friends have done as much as they can,  you may still need to
  54. echo  go in with an editor for some final touches --things like fixing widows and
  55. echo  orphans. To do this, & to edit DAT files for PrnSet, an editor must be able
  56. echo  to do two things: 
  57. echo   
  58. echo       (1) write plain ASCII files.
  59. echo       (2) read and write bare carriage returns.
  60. echo   
  61. echo  Some word processors and most small editors can't do these things.   In case
  62. echo  yours can't, on the disk there's an able small text editor called TERSE that
  63. echo  can.   It's written and copyright by Joseph (Yossi) Gil, and it appears here
  64. echo  by his permission.   This is an abridged version of TERSE.  The full package
  65. echo  contains some additional editors and some other utilities.    If you take to 
  66. echo  using  TERSE,  you may want the full package,  and you should certainly send
  67. echo  Mr. Gil the very reasonable sum he asks for.
  68. echo   
  69. echo  When you run TERS143B.EXE, it will expand itself into several files. The two
  70. echo  most important are T.COM, the editor program,  and TERSE.DOC, which explains 
  71. echo  everything else.
  72. echo                                        fecit:     R. N. Wisan, December, 1994
  73. echo                                                 Internet: WISANR@hartwick.edu
  74. echo                                             37 Clinton St., Oneonta, NY 13820